home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / US / CBUILDER / DATA.Z / DCC32.EXE / string.txt
Text File  |  1997-02-13  |  14KB  |  343 lines

  1. 0    Ordinal type required
  2. 1    File type not allowed here
  3. 2    Undeclared identifier: '%s'
  4. 3    Identifier redeclared: '%s'
  5. 4    '%s' is not a type identifier
  6. 5    PACKED not allowed here
  7. 6    Constant or type identifier expected
  8. 7    Incompatible types
  9. 8    Incompatible types: %s
  10. 9    Incompatible types: '%s' and '%s'
  11. 10    Low bound exceeds high bound
  12. 11    Type of expression must be BOOLEAN
  13. 12    Type of expression must be INTEGER
  14. 13    Statement expected, but expression of type '%s' found
  15. 14    Operator not applicable to this operand type
  16. 15    Array type required
  17. 16    Pointer type required
  18. 17    Record, object or class type required
  19. 18    Object type required
  20. 19    Object or class type required
  21. 20    Class type required
  22. 21    Function needs result type
  23. 22    Invalid function result type
  24. 23    Procedure cannot have a result type
  25. 24    Text after final 'END.' - ignored by compiler
  26. 25    Constant expression expected
  27. 26    Constant expression violates subrange bounds
  28. 27    Duplicate tag value
  29. 28    Sets may have at most 256 elements
  30. 29    %s expected but %s found
  31. 30    Duplicate case label
  32. 31    Label expected
  33. 32    For loop control variable must be simple local variable
  34. 33    For loop control variable must have ordinal type
  35. 34    Types of actual and formal var parameters must be identical
  36. 35    Too many actual parameters
  37. 36    Not enough actual parameters
  38. 37    Variable required
  39. 38    Declaration of '%s' differs from previous declaration
  40. 39    Illegal character in input file: '%s' ($%X)
  41. 40    File not found: '%s'
  42. 41    Could not create output file '%s'
  43. 42    Seek error on '%s'
  44. 43    Read error on '%s'
  45. 44    Write error on '%s'
  46. 45    Close error on '%s'
  47. 46    Bad file format: '%s'
  48. 47    Out of memory
  49. 48    Circular unit reference to '%s'
  50. 49    Bad unit format: %s
  51. 50    Label declaration not allowed in interface part
  52. 51    Statements not allowed in interface part
  53. 52    Unit %s was compiled with a different version of %s
  54. 53    Unterminated string
  55. 54    Syntax error in real number
  56. 55    Procedure too long: exceeds 32K
  57. 56    Illegal type in Write/Writeln statement
  58. 57    Illegal type in Read/Readln statement
  59. 58    String literals may have at most 255 elements
  60. 59    Unexpected end of file in comment started on line %ld
  61. 60    Invalid compiler directive: '%s'
  62. 61    Bad global symbol definition: '%s' in object file '%s'
  63. 62    Invalid relocation information
  64. 63    Class or object types only allowed in type section
  65. 64    Local class or object types not allowed
  66. 65    Virtual constructors are not allowed
  67. 66    Could not compile used unit '%s'
  68. 67    Left side cannot be assigned to
  69. 68    Unsatisfied forward or external declaration: '%s'
  70. 69    Missing operator or semicolon
  71. 70    Missing parameter type
  72. 71    Illegal reference to symbol '%s' in object file '%s'
  73. 72    Line too long (more than 255 characters)
  74. 73    Unknown directive: '%s'
  75. 74    This type cannot be initialized
  76. 75    Number of elements differs from declaration
  77. 76    Label already defined: '%s'
  78. 77    Label declared and referenced, but not set: '%s'
  79. 78    This form of method call only allowed in methods of derived types
  80. 79    This form of method call only allowed for class methods
  81. 80    Variable '%s' might not have been initialized
  82. 81    Value assigned to '%s' never used
  83. 82    Return value of function '%s' might be undefined
  84. 83    Procedure FAIL only allowed in constructor
  85. 84    Procedure NEW needs constructor
  86. 85    Procedure DISPOSE needs destructor
  87. 86    Assignment to FOR-Loop variable '%s'
  88. 87    FOR-Loop variable '%s' may be undefined after loop
  89. 88    TYPEOF can only be applied to object types with a VMT
  90. 89    Order of fields in record constant differs from declaration
  91. 90    Internal error: %s%d
  92. 91    Unit name mismatch: '%s'
  93. 92    No identifiers referenced from unit %s
  94. 93    Type '%s' is not yet completely defined
  95. 94    This Demo Version has been patched
  96. 95    Integer constant or variable name expected
  97. 96    Invalid typecast
  98. 97    User break - compilation aborted
  99. 98    Assignment to typed constant '%s'
  100. 99    Segment/Offset pairs not supported in Borland 32-bit Pascal
  101. 100    Program or unit recursively uses itself
  102. 101    Procedure runs out of local address space
  103. 102    Label '%s' is not declared in current procedure
  104. 103    Local procedure/function '%s' assigned to procedure variable
  105. 104    Missing ENDIF directive
  106. 105    Method identifier expected
  107. 106    FOR-Loop variable '%s' cannot be passed as var parameter
  108. 107    Typed constant '%s' passed as var parameter
  109. 108    BREAK or CONTINUE outside of loop
  110. 109    Division by zero
  111. 110    Overflow in conversion or arithmetic operation
  112. 111    Data type too large: exceeds 2 GB
  113. 112    Integer constant too large
  114. 113    16-Bit fixup encountered in object file '%s'
  115. 114    Inline assembler syntax error
  116. 115    Inline assembler stack overflow
  117. 116    Operand size mismatch
  118. 117    Memory reference expected
  119. 118    Constant expected
  120. 119    Type expected
  121. 120    Cannot add or subtract relocatable symbols
  122. 121    Invalid register combination
  123. 122    Numeric overflow
  124. 123    String constant too long
  125. 124    Error in numeric constant
  126. 125    Invalid combination of opcode and operands
  127. 126    486/487 instructions not enabled
  128. 127    Division by zero
  129. 128    Structure field identifier expected
  130. 129    LOOP/JCXZ distance out of range
  131. 130    Procedure or function name expected
  132. 131    PROCEDURE or FUNCTION expected
  133. 132    Instance variable '%s' inaccessible here
  134. 133    EXCEPT or FINALLY expected
  135. 134    Cannot BREAK, CONTINUE or EXIT out of a FINALLY clause
  136. 135    'GOTO %s' leads into or out of TRY statement
  137. 136    %s clause expected, but %s found
  138. 137    Cannot assign to a read-only property
  139. 138    Cannot read a write-only property
  140. 139    Class already has a default property
  141. 140    Default property must be an array property
  142. 141    TYPEINFO standard function expects a type identifier
  143. 142    Type '%s' has no type info
  144. 143    FOR or WHILE loop executes zero times - deleted
  145. 144    No definition for abstract method '%s' allowed
  146. 145    Method '%s' not found in base class
  147. 146    Invalid message parameter list
  148. 147    Illegal message method index
  149. 148    Duplicate message method index
  150. 149    Bad file format '%s'
  151. 150    Inaccessible value
  152. 151    Destination cannot be assigned to
  153. 152    Expression has no value
  154. 153    Destination is inaccessible
  155. 154    Expression is not a procedure
  156. 155    No source line for this procedure
  157. 156    Re-raising an exception only allowed in exception handler
  158. 157    Default values must be of ordinal, pointer or small set type
  159. 158    Property '%s' does not exist in base class
  160. 159    Dynamic method or message handler not allowed here
  161. 160    Class does not have a default property
  162. 161    Bad argument type in variable type array constructor
  163. 162    Could not load RLINK32.DLL
  164. 163    Wrong or corrupted version of RLINK32.DLL
  165. 164    ';' not allowed before 'ELSE'
  166. 165    Type '%s' needs finalization - not allowed in variant record
  167. 166    Type '%s' needs finalization - not allowed in file type
  168. 167    Expression too complicated
  169. 168    Element 0 inaccessible - use 'Length' or 'SetLength'
  170. 169    System unit out of date or corrupted: missing '%s'
  171. 170    Type not allowed in OLE Automation call
  172. 171    %s
  173. 172    %s: %s
  174. 173    Too many conditional symbols
  175. 174    Method '%s' hides virtual method of base type '%s'
  176. 175    Variable '%s' is declared but never used in '%s'
  177. 176    Compile terminated by user
  178. 177    Unnamed arguments must precede named arguments in OLE Automation call
  179. 178    Abstract methods must be virtual or dynamic
  180. 179    Case label outside of range of case expression
  181. 180    Field or method identifier expected
  182. 181    Constructing instance of '%s' containing abstract methods
  183. 182    Field definition not allowed after methods or properties
  184. 183    Cannot override a static method
  185. 184    Variable '%s' inaccessible here due to optimization
  186. 185    Necessary library helper function was eliminated by linker
  187. 186    Missing or invalid conditional symbol in '$%s' directive
  188. 187    Incompatible format specification
  189. 188    Format specifier must be C, S, D, H, X, Fn, P, R or nM
  190. 189    Bad specification of M format
  191. 190    Fn requires 2 <= n <= 18
  192. 191    '%s' not previously declared as a PROPERTY
  193. 192    Field definition not allowed in OLE automation section
  194. 193    Illegal type in OLE automation section: '%s'
  195. 194    String constant truncated to fit STRING[%ld]
  196. 195    Constructors and destructors not allowed in OLE automation section
  197. 196    Dynamic methods and message handlers not allowed in OLE automation section
  198. 197    Only register calling convention allowed in OLE automation sectio